Actions self-hosted runners - Fix incorrect installation instruction#16600
Actions self-hosted runners - Fix incorrect installation instruction#16600rbuchberger wants to merge 1 commit intogithub:mainfrom
Conversation
Regarding svc.sh - https://github.com/actions/runner/blob/408d6c579c36f0eb318acfdafdcbafc872696501/src/Misc/layoutbin/systemd.svc.sh.template#L65 It just takes the second argument; there's no `--user` flag. If provided, the script tries to find a user literally named `--user` and fails with "Group not available".
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Automatically generated comment ℹ️This comment is automatically generated and will be overwritten every time changes are committed to this branch. The table contains an overview of files in the Content directory changesYou may find it useful to copy this table into the pull request summary. There you can edit it to share links to important articles or changes and to give a high-level overview of how the changes in your pull request support the overall goals of the pull request.
|
|
@rbuchberger |
|
Thanks for this! It looks like the I think that your change is 💯 but it would be great if you could pull it up into the linux conditional (so, line https://github.com/github/docs/pull/16600/files#diff-9880f13992e379bdd4479c01ab92296f51c3923c521fcab04d56c85f96481adfL67 if I'm looking at the file correctly.) |
|
This is a gentle bump for the docs team that this PR is waiting for technical review. |
|
@rbuchberger I am checking to see if you are still working on this PR 💖 . |
|
Hi @ramyaparimi - sorry for the long delay! I was on vacation and only returned today. I'll have a look. |
|
@rbuchberger No worries at all!! I hope you had a good vacation! Thank you for letting me know. I wanted make sure the stale bot didn't hit and close the PR 🙈 |
|
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
Deloww
left a comment
There was a problem hiding this comment.
content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md
[content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md](content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md)
Why:
The instructions for installing a self-hosted actions runner on linux as another user are incorrect, and if followed fail with an error. This change corrects those instructions.
svc.sh simply takes the second argument; there's no
--userflag. If provided, the script tries to find a user literally named--userand fails with "Group not available".There's no associated issue.
What's being changed:
Remove
--userflag from./svc.sh install <USER>instructions, which results in desired behavior.Check off the following:
Writer impact (This section is for GitHub staff members only):